StagePanel

Kind of class:class
Inherits from:UIComponent < MovieClip
Classpath:gfx.layout.StagePanel
File last modified:Wednesday, 30 June 2010, 09:09:04
The StagePanel derives from the Panel class and provides a single inspectable interface to define the SWF's stage mode. It is expected to be attached to the root level container, and is not intended to be composed inside other Panels.
Component metadata:
    InspectableList
    "scaleMode"

    Constructor

    StagePanel

    function StagePanel (
    )

    Instance properties

    scaleMode

    scaleMode:String = "noScale"
    (read,write)

    The scale mode to set on the SWF

    Instance methods

    addElement

    function addElement (
    clip:Object, hconstrain:Number, vconstrain:Number) : Void